home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / embh32.zip / EMBH.RC < prev    next >
Text File  |  1993-02-19  |  822b  |  32 lines

  1. #include "windows.h"
  2.  
  3. 1 VERSIONINFO FILEVERSION 3,10,1,00
  4. BEGIN
  5.    BLOCK "StringFileInfo"
  6.    BEGIN
  7.       BLOCK "04090000"
  8.       BEGIN
  9.          VALUE "CompanyName", "Babarsoft\0"
  10.          VALUE "FileDescription", "EMBH WinHelp Extension for Windows NT\0"
  11.          VALUE "FileVersion", "1.00\0"
  12.          VALUE "InternalName", "EMBH\0"
  13.          VALUE "LegalCopyright", "Copyright Babarsoft, 1993\0"
  14.          VALUE "OriginalFilename", "EMBH.DLL\0"
  15.          VALUE "ProductVersion", "1.00\0"
  16.          VALUE "Comments", "America Online Email: Babarsoft\r\nCompuserve: 76450,2754\0"
  17.       END
  18.    END
  19. END
  20.  
  21.  
  22. 100 BITMAP lefton.bmp
  23. 101 BITMAP riteon.bmp
  24.  
  25.  
  26. 10000 DIALOG 6, 18, 46, 22
  27. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  28. CAPTION "Modal"
  29. FONT 8, "MS Sans Serif"
  30. BEGIN
  31. END
  32.